crypto/tls.Conn.conn (field)
20 uses
crypto/tls (current package)
conn.go#L30: conn net.Conn
conn.go#L132: return c.conn.LocalAddr()
conn.go#L137: return c.conn.RemoteAddr()
conn.go#L144: return c.conn.SetDeadline(t)
conn.go#L150: return c.conn.SetReadDeadline(t)
conn.go#L157: return c.conn.SetWriteDeadline(t)
conn.go#L164: return c.conn
conn.go#L626: if err := c.readFromUntil(c.conn, recordHeaderLen); err != nil {
conn.go#L669: return c.in.setErrorLocked(c.newRecordHeaderError(c.conn, "first record does not look like a TLS handshake"))
conn.go#L677: if err := c.readFromUntil(c.conn, recordHeaderLen+n); err != nil {
conn.go#L954: n, err := c.conn.Write(data)
conn.go#L964: n, err := c.conn.Write(c.sendBuf)
conn.go#L1442: return c.conn.Close()
conn.go#L1452: if err := c.conn.Close(); err != nil {
conn.go#L1539: _ = c.conn.Close()
handshake_client.go#L1286: if c.conn != nil {
handshake_client.go#L1287: return c.conn.RemoteAddr().String()
handshake_server.go#L1036: Conn: c.conn,
tls.go#L48: conn: conn,
tls.go#L61: conn: conn,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |